home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / MorfDMG / RemoveIt (.txt) < prev    next >
Text File  |  1994-06-22  |  555b  |  18 lines

  1. #!/bin/csh -f
  2.  
  3. set MYAPP=morf
  4. set CD_PATH=$HOTMIXDIR/demos/MorfDMG
  5.  
  6. cd $CD_PATH
  7. xwsh -holdonerror -bg royalblue -fg white \
  8.         -geom 90x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  9.         -title "Removing $MYAPP..." \
  10.         -e /bin/csh -c \
  11.         "echo ; \
  12.          echo Installation of this product requires ROOT privileges.; \
  13.          echo If your system has a ROOT password, you must enter it.; \
  14.          echo If you have no ROOT password, you will not be prompted for it.; \
  15.          echo ; \
  16.          su root -c './RemoveIt2'"
  17.  
  18.